list otlightt - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

list otlightt - перевод на русский

ABSTRACT DATA TYPE USED IN COMPUTER SCIENCE
List (computer science); List (programming); List (data structure); List type; List processing; List (computing); List monad; List data structure
  • A singly-linked list structure, implementing a list with three integer elements.

list otlightt      
список маяков
list processing         

общая лексика

обработка списков

программные средства обработки списочных структур данных, обеспечивающие динамическое распределение памяти со сборкой мусора и операции построения и анализа списков

Смотрите также

association list; circular list; double-linked list; empty list; linear list; linked list; Lisp; list

inactive list         
DESIGNATION USED IN PROFESSIONAL SPORTS LEAGUES FOR ATHLETES WHO BECOME INJURED AND TEMPORARILY UNABLE TO PLAY
Injured reserve; Injured Reserve; Reserve/Injured; Inactive list; IR List; LTIR
список командного запаса

Определение

ВИРУСЫ
(от лат. virus - яд), мельчайшие неклеточные частицы, состоящие из нуклеиновой кислоты (ДНК или РНК) и белковой оболочки (капсида). Форма палочковидная, сферическая и др. Размер 15 - 350 нм и более. Открыты (вирусы табачной мозаики) Д. И. Ивановским в 1892. Вирусы - внутриклеточные паразиты: размножаясь только в живых клетках, они используют их ферментативный аппарат и переключают клетку на синтез зрелых вирусных частиц - вирионов. Распространены повсеместно. Вызывают болезни растений, животных и человека. Резко отличаясь от всех других форм жизни, вирусы, подобно другим организмам, способны к эволюции. Иногда их выделяют в особое царство живой природы. Вирусы широко применяются в работах по генетической инженерии, канцерогенезу. Вирусы бактерий (бактериофаги) - классический объект молекулярной биологии.

Википедия

List (abstract data type)

In computer science, a list or sequence is an abstract data type that represents a finite number of ordered values, where the same value may occur more than once. An instance of a list is a computer representation of the mathematical concept of a tuple or finite sequence; the (potentially) infinite analog of a list is a stream.: §3.5  Lists are a basic example of containers, as they contain other values. If the same value occurs multiple times, each occurrence is considered a distinct item.

The name list is also used for several concrete data structures that can be used to implement abstract lists, especially linked lists and arrays. In some contexts, such as in Lisp programming, the term list may refer specifically to a linked list rather than an array. In class-based programming, lists are usually provided as instances of subclasses of a generic "list" class, and traversed via separate iterators.

Many programming languages provide support for list data types, and have special syntax and semantics for lists and list operations. A list can often be constructed by writing the items in sequence, separated by commas, semicolons, and/or spaces, within a pair of delimiters such as parentheses '()', brackets '[]', braces '{}', or angle brackets '<>'. Some languages may allow list types to be indexed or sliced like array types, in which case the data type is more accurately described as an array.

In type theory and functional programming, abstract lists are usually defined inductively by two operations: nil that yields the empty list, and cons, which adds an item at the beginning of a list.

Как переводится list otlightt на Русский язык